Add context to errors thrown by server-start during startup
authorSpencer Baugh <sbaugh@janestreet.com>
Wed, 14 Feb 2024 16:09:33 +0000 (11:09 -0500)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Feb 2024 09:19:14 +0000 (11:19 +0200)
commit0bdd2eb9af171fa9d825bc6d09e0ad5d114684c4
treed111e4629b1542fbf215ebe9620560ae913e97fb
parent15b6d72599b961ebe23e820e44ba2ffc12e49c31
Add context to errors thrown by server-start during startup

When server-start errors during startup, the error is printed to
the terminal without context.  To help the user understand
better what went wrong, that printed error now mentions that the
error came from starting up the daemon.

* lisp/startup.el (command-line): Catch and annotate errors
thrown by server-start.  (bug#68799)
lisp/startup.el